翻訳と辞書
Words near each other
・ Java (dance)
・ Java (disambiguation)
・ Java (instrumental)
・ Java (Martin Mystère)
・ Java (programming language)
・ Java (software platform)
・ Java (town)
・ Java 2D
・ Java 3D
・ Java 4K Game Programming Contest
・ Java Access Bridge
・ Java Advanced Imaging
・ Java Agent Development Framework
・ Java Agent Template
・ Java Analysis Studio
Java annotation
・ Java Anon Proxy
・ Java API for RESTful Web Services
・ Java API for XML Messaging
・ Java API for XML Processing
・ Java API for XML Registries
・ Java API for XML Web Services
・ Java API for XML-based RPC
・ Java APIs for Bluetooth
・ Java APIs for Integrated Networks
・ Java applet
・ Java Architecture for XML Binding
・ Java Astrodynamics Toolkit
・ Java Authentication and Authorization Service
・ Java AWT Native Interface


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java annotation : ウィキペディア英語版
Java annotation
An annotation, in the Java computer programming language, is a form of syntactic metadata that can be added to Java source code.〔(【引用サイトリンク】Annotations ).〕 Classes, methods, variables, parameters and packages may be annotated. Unlike Javadoc tags, Java annotations can be reflective in that they can be embedded in class files generated by the compiler and may be retained by the Java VM to be made retrievable at run-time.〔.〕 It is possible to create meta-annotations out of the existing ones in Java.
== History ==
The Java platform has various ''ad-hoc'' annotation mechanisms—for example, the ''transient'' modifier, or the ''@deprecated'' javadoc tag. JSR-175 introduced the general-purpose annotation (also known as ''metadata'') facility to the Java Community Process in 2002; it gained approval in September 2004.〔

Annotations became available in the language itself beginning with version 1.5 of the JDK. The apt tool provided a provisional interface for compile-time annotation processing in JDK version 1.5; JSR-269 formalized this, and it became integrated into the javac compiler in version 1.6.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java annotation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.